call statement meaning in Chinese
调用语句
呼语句
Examples
- When it stops in the call statement , use the icon
当程序在调用语句中止时,使用 - Procedure explicitly with a stand - alone calling statement
可以使用独立的调用语句来显式调用 - Db2 needs to process the call statement
Db2需要处理这条call语句。 - The paradigm is to not have any sql in the application other than a call statement
除了一条call语句,这个范例的应用程序中将不存在任何sql 。 - In c you call a subroutine by referencing its name , with parameters ; in fortran you use a call statement
C语言里你以子程序名带上参数来调用一个子程序; fortran里你用一个call语句。